Framework Carbon required for building against MacOSX10.12.sdk.
authorJohn Ralls <jralls@ceridwen.us>
Sat, 5 Nov 2016 21:58:34 +0000 (14:58 -0700)
committerJohn Ralls <jralls@ceridwen.us>
Sat, 5 Nov 2016 22:08:59 +0000 (15:08 -0700)
Should be harmless elsewhere.

configure.ac

index 9a83702c68470f010f51c112e80e09e14b89d449..09c53d0b007072c2f40b1ab2eeaf3b73d486c76a 100644 (file)
@@ -404,7 +404,7 @@ if test "x$enable_quartz_backend" = xyes; then
   backend_immodules="$backend_immodules,quartz"
   GDK_WINDOWING="$GDK_WINDOWING
 #define GDK_WINDOWING_QUARTZ"
-  GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -framework Cocoa"
+  GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -framework Cocoa -framework Carbon"
   DISABLE_ON_QUARTZ='%'
   AM_CONDITIONAL(USE_QUARTZ, true)
   if test "x$quartz_relocation" = xyes; then